Skip to content

Commit e24d3f5

Browse files
committed
Fixed license haders
1 parent 8519fa6 commit e24d3f5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+95
-1654
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This file is part of the Wordpress Standard project.
1+
# This file is part of the WordPress Standard project.
22
#
3-
# Copyright (c) 2015 LIN3S <info@lin3s.com>
3+
# Copyright (c) 2015-2016 LIN3S <info@lin3s.com>
44
#
55
# For the full copyright and license information, please view the LICENSE
66
# file that was distributed with this source code.

.htaccess.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This file is part of the Wordpress Standard project.
1+
# This file is part of the WordPress Standard project.
22
#
3-
# Copyright (c) 2015 LIN3S <info@lin3s.com>
3+
# Copyright (c) 2015-2016 LIN3S <info@lin3s.com>
44
#
55
# For the full copyright and license information, please view the LICENSE
66
# file that was distributed with this source code.

Capfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This file is part of the Wordpress Standard project.
1+
# This file is part of the WordPress Standard project.
22
#
3-
# Copyright (c) 2015 LIN3S <info@lin3s.com>
3+
# Copyright (c) 2015-2016 LIN3S <info@lin3s.com>
44
#
55
# For the full copyright and license information, please view the LICENSE
66
# file that was distributed with this source code.

LICENSE

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
The MIT License (MIT)
2-
3-
Copyright (c) 2015 LIN3S
1+
Copyright (c) 2015-2016 LIN3S
42

53
Permission is hereby granted, free of charge, to any person obtaining
64
a copy of this software and associated documentation files (the

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ $ cap <stage> deploy # <stage> can be dev1, prod or whatever file inside stag
112112
> In the Capistrano shared directory you should create the `src/uploads` folder, the `.htaccess` file (if you are using
113113
Apache), the `robots.txt` and the `wp-config-custom.php` files.
114114

115-
### Downloading database dump
115+
###Downloading database dump
116116

117117
To download the file just run `cap dev1 database:download`. A sql file will be downloaded to your local environment
118118

119-
### Replacing uploads with remote ones
119+
###Replacing uploads with remote ones
120120

121121
To steps are required to get all the uploads located in the remote environment, download and extract.
122122

0 commit comments

Comments
 (0)