Skip to content

Commit

Permalink
renamings and package/license fixups.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Sep 17, 2009
1 parent 4667682 commit 0bd8347
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 21 deletions.
@@ -1,5 +1,20 @@
/** Copyright 2008 Twitter, Inc. */
package com.twitter.service
/*
* Copyright 2009 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.twitter.json

import net.lag.extensions._
import scala.collection.Map
Expand Down
@@ -1,5 +1,20 @@
/** Copyright 2008 Twitter, Inc. */
package com.twitter.service
/*
* Copyright 2009 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.twitter.json

import net.lag.extensions._
import org.specs._
Expand Down
23 changes: 23 additions & 0 deletions src/test/scala/com/twitter/json/TestRunner.scala
@@ -0,0 +1,23 @@
/*
* Copyright 2009 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.twitter.json

import net.lag.configgy.Configgy
import org.specs.runner.SpecsFileRunner

object TestRunner extends SpecsFileRunner("src/test/scala/**/*.scala", ".*",
System.getProperty("system", ".*"), System.getProperty("example", ".*"))
17 changes: 0 additions & 17 deletions src/test/scala/com/twitter/service/TestRunner.scala

This file was deleted.

0 comments on commit 0bd8347

Please sign in to comment.