Update license header in source files.
Use http://www.gnu.org/licenses/ instead of a postal address as suggested in PR #7.
This commit is contained in:
parent
9faa69d420
commit
748020b2fa
3
attach.c
3
attach.c
|
|
@ -13,8 +13,7 @@
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
*/
|
||||||
#include "dtach.h"
|
#include "dtach.h"
|
||||||
|
|
||||||
|
|
|
||||||
3
dtach.h
3
dtach.h
|
|
@ -13,8 +13,7 @@
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
*/
|
||||||
#ifndef dtach_h
|
#ifndef dtach_h
|
||||||
#define dtach_h
|
#define dtach_h
|
||||||
|
|
|
||||||
3
main.c
3
main.c
|
|
@ -13,8 +13,7 @@
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
*/
|
||||||
#include "dtach.h"
|
#include "dtach.h"
|
||||||
|
|
||||||
|
|
|
||||||
3
master.c
3
master.c
|
|
@ -13,8 +13,7 @@
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*/
|
*/
|
||||||
#include "dtach.h"
|
#include "dtach.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue