Skip to content

Commit

Permalink
Add license headers for new files.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Aug 12, 2015
1 parent 2e9dec3 commit d4f965f
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/java/net/sf/jabref/BibtexEntryTypes.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* Copyright (C) 2015 JabRef contributors
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
package net.sf.jabref;

public class BibtexEntryTypes {
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/sf/jabref/logic/l10n/EncodingControl.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* Copyright (C) 2015 JabRef contributors
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
package net.sf.jabref.logic.l10n;

import java.io.IOException;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/sf/jabref/logic/l10n/Localization.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* Copyright (C) 2015 JabRef contributors
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
package net.sf.jabref.logic.l10n;

import org.apache.commons.logging.Log;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/sf/jabref/logic/util/OS.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* Copyright (C) 2015 JabRef contributors
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
package net.sf.jabref.logic.util;

/***
Expand Down
17 changes: 17 additions & 0 deletions src/test/java/net/sf/jabref/logic/remote/RemoteUtilTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* Copyright (C) 2015 JabRef contributors
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
package net.sf.jabref.logic.remote;

import junit.framework.Assert;
Expand Down

0 comments on commit d4f965f

Please sign in to comment.